Hello Web App: Intermediate Concepts by Tracy Osborn

Hello Web App: Intermediate Concepts by Tracy Osborn

Author:Tracy Osborn
Language: eng
Format: epub
Publisher: leanpub.com
Published: 2015-12-06T16:00:00+00:00


To include those Bootstrap files we added before, add this import statement to the top of your style.scss file. This will import the bootstrap.scss file, which, in turn, imports the rest of the Bootstrap files.

style.scss 1 /* add to the top of the file */ 2 @import "bootstrap";

Like runserver, you need to run Gulp for it to detect changes and update files. You just need to run this, likely in another tab of your command line, so you can run both runserver and gulp simultaneously:

$ gulp [14:24:24] Using gulpfile ~/projects/hellowebapp/gulpfile.js [14:24:24] Starting 'sass'... [14:24:24] Starting 'css'... [14:24:24] Starting 'scripts'... ...



Download



Copyright Disclaimer:
This site does not store any files on its server. We only index and link to content provided by other sites. Please contact the content providers to delete copyright contents if any and email us, we'll remove relevant links or contents immediately.